home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineButton2_786 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  136b  |  9 lines

  1. on(release){
  2.    if(_root.gold > 1249)
  3.    {
  4.       _root.ramstr += 0.5;
  5.       _root.ramups += 1;
  6.       _root.gold -= 1250;
  7.    }
  8. }
  9.